home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 March / PCWMAR06.iso / Software / Resources / SyncBack Freeware 3.2.9 / SyncBack_Setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-11-15  |  4.1 KB  |  75 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=SyncBack
  4. AppVerName=SyncBack 3.2.9.0
  5. AppId=SyncBack
  6. AppPublisher=2BrightSparks
  7. AppPublisherURL=http://www.SyncBack.com
  8. AppSupportURL=http://www.SyncBack.com
  9. AppUpdatesURL=http://www.SyncBack.com
  10. AppMutex=SyncBack
  11. DefaultDirName={pf}\2BrightSparks\SyncBack
  12. DefaultGroupName=2BrightSparks\SyncBack
  13. UninstallDisplayIcon={app}\SyncBack.exe
  14. UninstallDisplayName=SyncBack
  15. OutputBaseFilename=SyncBack_Setup
  16. Compression=lzma
  17. PrivilegesRequired=none
  18. InfoBeforeFile=embedded\InfoBefore.rtf
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21. [Files]
  22. Source: "{app}\SyncBack.exe"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  23. Source: "{app}\ReadMe.rtf"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  24. Source: "{app}\timestamp.vbs"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  25. Source: "{app}\RotateBackup.vbs"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  26. Source: "{app}\SYNCBACK.HLP"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  27. Source: "{app}\RemoveSourceAfter.vbs"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  28. [Registry]
  29. Root: HKCU; Subkey: "Software\MJLSoftware\SyncBack"; Flags: uninsdeletekey 
  30. Root: HKLM; Subkey: "Software\Microsoft\Windows\Help"; ValueName: "Syncback.hlp"; ValueType: String; ValueData: "{app}"; OnlyBelowVersion: 4.9.3001,0.0; Flags: uninsdeletevalue noerror 
  31. Root: HKCU; Subkey: "Software\MJLSoftware"; Flags: uninsdeletekeyifempty 
  32. [INI]
  33. FileName: "{app}\MailingList.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.2brightsparks.com/mailinglist.html"; 
  34. FileName: "{app}\Forums.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.2brightsparks.com/bb/"; 
  35. FileName: "{app}\SyncBackSE.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.SyncBackSE.com/"; 
  36. [Run]
  37. Filename: "{app}\SyncBack.exe"; Description: "Launch SyncBack"; Flags: postinstall skipifsilent nowait
  38. Filename: "{app}\SYNCBACK.HLP"; WorkingDir: "{app}"; Description: "Read the help file"; Flags: shellexec postinstall unchecked skipifsilent nowait
  39. Filename: "http://www.2brightsparks.com/mailinglist.html"; Description: "Join the mailing list"; Flags: shellexec postinstall unchecked skipifsilent nowait
  40. [Icons]
  41. Name: "{group}\SyncBack"; Filename: "{app}\SyncBack.exe"; 
  42. Name: "{group}\Help"; Filename: "{app}\SYNCBACK.HLP"; 
  43. Name: "{group}\Mailing List"; Filename: "{app}\MailingList.url"; 
  44. Name: "{group}\Online Forums"; Filename: "{app}\Forums.url"; 
  45. Name: "{group}\SyncBackSE"; Filename: "{app}\SyncBackSE.url"; 
  46. Name: "{group}\Uninstall SyncBack"; Filename: "{uninstallexe}"; 
  47. Name: "{userdesktop}\SyncBack"; Filename: "{app}\SyncBack.exe"; Tasks: desktopicon; 
  48. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\SyncBack"; Filename: "{app}\SyncBack.exe"; Tasks: quicklaunchicon; 
  49. [Tasks]
  50. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  51. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  52. [UninstallDelete]
  53. Type: files; Name: "{app}\*_excl.txt"; 
  54. Type: files; Name: "{app}\*_excl_dir.txt"; 
  55. Type: files; Name: "{app}\*_Log_Page*.html"; 
  56. Type: files; Name: "{app}\*_Log*.txt"; 
  57. Type: files; Name: "{app}\Debug_*.txt"; 
  58. Type: files; Name: "{app}\MailingList.url"; 
  59. Type: files; Name: "{app}\Forums.url"; 
  60. Type: files; Name: "{app}\SyncBackSE.url"; 
  61. [CustomMessages]
  62. default.NameAndVersion=%1 version %2
  63. default.AdditionalIcons=Additional icons:
  64. default.CreateDesktopIcon=Create a &desktop icon
  65. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  66. default.ProgramOnTheWeb=%1 on the Web
  67. default.UninstallProgram=Uninstall %1
  68. default.LaunchProgram=Launch %1
  69. default.AssocFileExtension=&Associate %1 with the %2 file extension
  70. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  71. [Languages]
  72. ; These files are stubs
  73. ; To achieve better results after recompilation, use the real language files
  74. Name: "default"; MessagesFile: "embedded\default.isl"; 
  75.